Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(*): add a SimpleClient, that does request/response without background tasks and URC handling #203

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

MathiasKoch
Copy link
Member

This makes it easy to wrap anything that implements embedded-io-async and perform AT request/response right away, without setting up background tasks.

Great for all the cases where you want to do quick commands without URC handling.

Example use-cases:

  • Configuring baud rate of a module, dropping SimpleClient, reconfiguring the peripheral and then setting up full-blown atat
  • Setup before entering PPP mode

@MathiasKoch MathiasKoch force-pushed the experiment/simple-client branch from 8ca2777 to 6153eaa Compare February 16, 2024 07:30
@MathiasKoch MathiasKoch merged commit ec31366 into master Mar 15, 2024
10 checks passed
@MathiasKoch MathiasKoch deleted the experiment/simple-client branch March 15, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant